PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / setPDFVersion Method
A com.o2sol.pdf4java.document.PDFVersion enumeration member specifying the PDF version of this PDFFlowDocument object.
In This Topic
    setPDFVersion Method
    In This Topic
    Sets the PDF version of this PDFFlowDocument object.
    Syntax
    public void setPDFVersion( 
       PDFVersion version
    )

    Parameters

    version
    A com.o2sol.pdf4java.document.PDFVersion enumeration member specifying the PDF version of this PDFFlowDocument object.
    See Also